home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / os2tools / fitt101 / fitt.doc next >
Text File  |  1992-03-22  |  3KB  |  62 lines

  1. * 3-22-92      'Documentation' for FITT version 1.01
  2.  
  3. * Why FITT?    There's several ways to copy a group of files to diskettes.
  4.                BACKUP  fills  the diskettes nicely,  but the files are not
  5.                useable until you RESTORE them.  XCOPY also does the trick,
  6.                but doesn't fill each diskette the way you'd like. There is
  7.                an OS/2 utility called FIT which does this, but it's author
  8.                did not see fit to retain the last-modified date across the
  9.                copy.  I wrote FITT to handle the dates properly,  and also
  10.                as a programming exercise while learning C.   I also  added
  11.                a command line switch to clear-out the root directories  of
  12.                the target diskettes
  13.  
  14. * How FITT?    The default behavior  of FITT is  simply to copy files from
  15.                the source path  to  the target while  leaving any existing
  16.                files untouched.  If the target contains  a file which is a
  17.                match for the file that FITT wants to copy,  it will prompt
  18.                you for permission to overwrite it.   Depending on  how you
  19.                respond, it over-writes the file or skips it and goes on to
  20.                the next.  When each target diskette becomes full,  you are
  21.                asked for another.
  22.  
  23.                You  can  change the default behavior of FITT with the '-e'
  24.                switch which will cause FITT to erase existing files in the
  25.                root directory of the target diskettes  before it begins to
  26.                copy files to them.
  27.  
  28.                Note that in any case, FITT only uses the root directory of
  29.                the target for it's operations.  Note also, that if FITT is
  30.                invoked with the -e parameter, it WILL erase any read-only,
  31.                hidden, or system files in the target's root directory.  If
  32.                you use the -e switch, be careful what diskettes you use!
  33.  
  34. * Formats:     You can use any diskette which the target drive can read.
  35.                You can mix 720's with 1.44's or mix 360's with 1.2's.
  36.  
  37. * Examples:    FITT C:\MAX\FILE\PM_APPS\*.LZH   A:
  38.                This would copy all files with the extension 'LZH' from the
  39.                specified directory to A:
  40.  
  41.                FITT -e D:\C6\SOURCE\*.C  B:
  42.                Copy  specified files to drive B:   As each target diskette
  43.                is inserted, FITT erases all files in the root directory of
  44.                B: before it starts to copy files.
  45.  
  46. * Tested?      Of course i tested it.  But you should understand that i am
  47.                *not* a professional programmer,  and that FITT was written
  48.                as an excercise by an amateur.   Like any other producer of
  49.                software, i do not warrant that FITT is fit for any purpose
  50.                at all, nor will i even say that it's safe to use.   Use it
  51.                at your own risk.
  52.  
  53. * Money?       Can you spare some money?  If you can, and if you like FITT
  54.                then send me some money.  I am unemployed and broke. If you
  55.                can't spare any money, then use FITT  as 'freeware' with my
  56.                blessing.  FITT is not copyrighted, but please do not sell
  57.                it to people as your own.
  58.  
  59. * Comments?    Send comments by EMAIL to 'Bill Becker' on Fidonet 1:16/234
  60.                or on CIS 70451,1403.
  61.  
  62.